From: Pierre Chifflier Date: Thu, 6 Nov 2025 16:36:49 +0000 (+0100) Subject: cross X-Git-Tag: archive/raspbian/1%8.0.3-1+rpi1^2^2~9 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22%22?a=commitdiff_plain;h=aaa3163ccf43741c9399b644546bcc0fd0ebdc37;p=suricata.git cross Gbp-Pq: Name cross.patch --- diff --git a/configure.ac b/configure.ac index 08e34b8b..dfc1aec2 100644 --- a/configure.ac +++ b/configure.ac @@ -79,8 +79,8 @@ AC_PATH_PROG(HAVE_CYGPATH, cygpath, "no") AM_CONDITIONAL([HAVE_CYGPATH], [test "x$HAVE_CYGPATH" != "xno"]) - AC_PATH_PROG(HAVE_PKG_CONFIG, pkg-config, "no") - if test "$HAVE_PKG_CONFIG" = "no"; then + PKG_PROG_PKG_CONFIG + if test "x$PKG_CONFIG" = "x"; then echo echo " ERROR! pkg-config not found, go get it " echo " http://pkg-config.freedesktop.org/wiki/ "